Skip to content

Instantly share code, notes, and snippets.

@zdavatz
Created September 13, 2018 12:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zdavatz/3cc5e0c565aefaaa6bae3b2aa9dd9faf to your computer and use it in GitHub Desktop.
Save zdavatz/3cc5e0c565aefaaa6bae3b2aa9dd9faf to your computer and use it in GitHub Desktop.
debugging wrong scan
Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKit/UIView.h> may also be helpful.
2018-09-13 14:49:30.173250+0200 AmiKoDesitin[1065:335780] -[PrescriptionViewController loadDefaultPrescription] Default prescription not yet defined
2018-09-13 14:49:30.210667+0200 AmiKoDesitin[1065:335780] Patient DB found in user's documents folder /var/mobile/Containers/Data/Application/B0767FF9-C5E4-40B6-8E13-9C083894EEAD/Documents/patient_db.db
2018-09-13 14:49:30.210790+0200 AmiKoDesitin[1065:335780] /var/mobile/Containers/Data/Application/B0767FF9-C5E4-40B6-8E13-9C083894EEAD/Documents/patient_db.db
2018-09-13 14:49:46.007957+0200 AmiKoDesitin[1065:336039] 298 hits in 409ms
2018-09-13 14:49:46.072792+0200 AmiKoDesitin[1065:336039] 8 hits in 6ms
2018-09-13 14:49:46.126479+0200 AmiKoDesitin[1065:335868] 2 hits in 5ms
2018-09-13 14:49:46.396450+0200 AmiKoDesitin[1065:335868] 2 hits in 18ms
2018-09-13 14:49:46.602812+0200 AmiKoDesitin[1065:335868] 2 hits in 19ms
2018-09-13 14:49:48.323681+0200 AmiKoDesitin[1065:335780] long press began on table view at row 1
2018-09-13 14:49:48.328053+0200 AmiKoDesitin[1065:335780] MLMedication id:3066, regnrs:32710, atccode:M01AG01;Mefenaminsäure <Ponstan® Suspension>
2018-09-13 14:49:48.328277+0200 AmiKoDesitin[1065:335780] Selected package <PONSTAN susp 50 mg/5ml 125 ml [B]>
2018-09-13 14:49:52.973963+0200 AmiKoDesitin[1065:335780] -[PrescriptionViewController showCameraForHealthCardOCR]
2018-09-13 14:49:53.004654+0200 AmiKoDesitin[1065:335780] -[PatientViewController(smartCard) startCameraLivePreview]
2018-09-13 14:49:53.028727+0200 AmiKoDesitin[1065:335780] Presenting view controllers on detached view controllers is discouraged <PatientViewController: 0x107607a80>.
2018-09-13 14:49:53.029698+0200 AmiKoDesitin[1065:335780] -[CameraViewController shouldAutorotate]
2018-09-13 14:49:53.040764+0200 AmiKoDesitin[1065:335780] <CATransformLayer: 0x1d422c0a0> - changing property contentsGravity in transform-only layer, will have no effect
2018-09-13 14:49:53.078726+0200 AmiKoDesitin[1065:335780] Patient DB found in user's documents folder /var/mobile/Containers/Data/Application/B0767FF9-C5E4-40B6-8E13-9C083894EEAD/Documents/patient_db.db
2018-09-13 14:49:53.078807+0200 AmiKoDesitin[1065:335780] /var/mobile/Containers/Data/Application/B0767FF9-C5E4-40B6-8E13-9C083894EEAD/Documents/patient_db.db
2018-09-13 14:49:59.512721+0200 AmiKoDesitin[1065:335780] Patient DB found in user's documents folder /var/mobile/Containers/Data/Application/B0767FF9-C5E4-40B6-8E13-9C083894EEAD/Documents/patient_db.db
2018-09-13 14:49:59.512848+0200 AmiKoDesitin[1065:335780] /var/mobile/Containers/Data/Application/B0767FF9-C5E4-40B6-8E13-9C083894EEAD/Documents/patient_db.db
2018-09-13 14:49:59.927375+0200 AmiKoDesitin[1065:335780] line 26 P.
2018-09-13 14:49:59.927530+0200 AmiKoDesitin[1065:335780] height view 690.000000, camera 690.000000
2018-09-13 14:49:59.927597+0200 AmiKoDesitin[1065:335780] width view 375.000000, camera 517.960000
2018-09-13 14:49:59.927692+0200 AmiKoDesitin[1065:335780] line 52, reference XYWH: -71.5, 0.0, 518.0, 690.0
2018-09-13 14:49:59.931977+0200 AmiKoDesitin[1065:335780] line 68 imageOrientation 3
Using default language params
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment