This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --------- beginning of main | |
| 01-03 22:21:05.284 425 425 W auditd : type=2000 audit(0.0:1): initialized | |
| 01-03 22:21:06.609 425 425 I auditd : type=1403 audit(0.0:2): policy loaded auid=4294967295 ses=4294967295 | |
| 01-03 22:21:07.754 434 434 I : debuggerd: starting | |
| 01-03 22:21:07.773 433 433 I : debuggerd: starting | |
| --------- beginning of system | |
| 01-03 22:21:07.780 435 435 I vold : Vold 3.0 (the awakening) firing up | |
| 01-03 22:21:07.780 435 435 V vold : Detected support for: exfat ext4 ntfs vfat | |
| 01-03 22:21:07.792 435 441 D vold : e4crypt_init_user0 | |
| 01-03 22:21:07.793 435 441 D vold : e4crypt_prepare_user_storage for volume null, user 0, serial 0, flags 1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| I ActivityManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.mokee.audiofx/.activity.ActivityMusic bnds=[32,319][307,710] (has extras)} from uid 10014 on display 0 | |
| 01-14 21:01:20.377 528 592 E ANDR-PERF-RESOURCEQS: Failed to apply optimization [15, 4, 0] | |
| 01-14 21:01:20.379 528 592 E ANDR-PERF-OPTSHANDLER: Failed to read /sys/devices/system/cpu/cpu0/cpufreq/sched/up_throttle_nsec | |
| 01-14 21:01:20.379 528 592 E ANDR-PERF-RESOURCEQS: Failed to apply optimization [62, 11, 4] | |
| 01-14 21:01:20.380 557 986 I audio_hw_primary: select_devices Selected apptype: 69937 | |
| 01-14 21:01:20.380 557 986 D soundtrigger: audio_extn_sound_trigger_update_stream_status: uc_id 1 of type 0 for Event 3, with Raise=0 | |
| 01-14 21:01:20.380 557 986 I audio_hw_utils: audio_extn_utils_send_app_type_cfg PLAYBACK app_type = 69937, acdb_dev_id = 7, sample_rate = 48000 | |
| 01-14 21:01:20.380 557 986 D msm8974_platform: platform_can_split_snd_device: snd_device(2) num d |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 01-14 21:01:20.373 557 1645 I AudioPolicyManagerCustom: FLAG None hence request for a primary output | |
| 01-14 21:01:20.373 557 557 I AudioPolicyManagerCustom: FLAG None hence request for a primary output | |
| 01-14 21:01:20.375 557 986 D audio_hw_primary: start_output_stream: enter: stream(0xea452000)usecase(1: low-latency-playback) devices(0x2) | |
| 01-14 21:01:20.376 557 986 D audio_hw_primary: select_devices for use case (low-latency-playback) | |
| 01-14 21:01:20.376 557 986 D audio_hw_primary: select_devices: out_snd_device(2: speaker) in_snd_device(0: ) | |
| 01-14 21:01:20.376 557 986 I msm8974_platform: platform_check_and_set_codec_backend_cfg:becf: afe: bitwidth 16, samplerate 48000 channels 2, backend_idx 0 usecase = 1 device (speaker) | |
| 01-14 21:01:20.376 557 986 D msm8974_platform: platform_can_split_snd_device: snd_device(2) num devices(1) new_snd_devices(0) | |
| 01-14 21:01:20.376 557 986 I msm8974_platform: platform_check_and_set_codec_backend_cfg: new_snd_devices[0] is 2 | |
| 01-14 21:01:20.376 55 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 01-14 21:01:20.373 557 1645 I AudioPolicyManagerCustom: FLAG None hence request for a primary output | |
| 01-14 21:01:20.373 557 557 I AudioPolicyManagerCustom: FLAG None hence request for a primary output | |
| 01-14 21:01:20.375 557 986 D audio_hw_primary: start_output_stream: enter: stream(0xea452000)usecase(1: low-latency-playback) devices(0x2) | |
| 01-14 21:01:20.376 557 986 D audio_hw_primary: select_devices for use case (low-latency-playback) | |
| 01-14 21:01:20.376 557 986 D audio_hw_primary: select_devices: out_snd_device(2: speaker) in_snd_device(0: ) | |
| 01-14 21:01:20.376 557 986 I msm8974_platform: platform_check_and_set_codec_backend_cfg:becf: afe: bitwidth 16, samplerate 48000 channels 2, backend_idx 0 usecase = 1 device (speaker) | |
| 01-14 21:01:20.376 557 986 D msm8974_platform: platform_can_split_snd_device: snd_device(2) num devices(1) new_snd_devices(0) | |
| 01-14 21:01:20.376 557 986 I msm8974_platform: platform_check_and_set_codec_backend_cfg: new_snd_devices[0] is 2 | |
| 01-14 21:01:20.376 55 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import requests | |
| import sys | |
| import xml.etree.ElementTree as ET | |
| from cryptography import x509 | |
| ''' | |
| Usage: checkKB.py keybox.xml | |
| Checks the EC and RSA certificates against the official CRL |