Skip to content

Instantly share code, notes, and snippets.

@stggh
Created January 29, 2020 07:20
Show Gist options
  • Save stggh/4f8f5ef2a075edddf070c9164a86322e to your computer and use it in GitHub Desktop.
Save stggh/4f8f5ef2a075edddf070c9164a86322e to your computer and use it in GitHub Desktop.
catlog for useland app crash on Xiaomi mi A2
01-28 19:28:19.603 18040 18040 W tech.ula: JIT profile information will not be recorded: profile file does not exits.
01-28 19:28:19.606 18040 18040 I Perf : Connecting to perf service.
01-28 19:28:19.609 18040 18040 W ContextImpl: Failed to ensure /data/user/0/tech.ula/cache: mkdir failed: EACCES (Permission denied)
01-28 19:28:19.609 18040 18040 W ContextImpl: Failed to update user.inode_cache: stat failed: EACCES (Permission denied)
01-28 19:28:19.609 18040 18040 W ContextImpl: Failed to ensure /data/user_de/0/tech.ula/code_cache: mkdir failed: ENOENT (No such file or directory)
01-28 19:28:19.609 18040 18040 W ContextImpl: Failed to update user.inode_code_cache: stat failed: ENOENT (No such file or directory)
01-28 19:28:19.619 602 602 I hwservicemanager: getTransport: Cannot find entry vendor.qti.hardware.iop@2.0::IIop/default in either framework or device manifest.
01-28 19:28:19.619 971 971 E ANDR-IOP: IIop:: Iop HAL Service is not available.
01-28 19:28:19.620 18040 18059 E Perf : Fail to get file list tech.ula
01-28 19:28:19.620 18040 18059 E Perf : getFolderSize() : Exception_1 = java.lang.NullPointerException: Attempt to get length of null array
01-28 19:28:19.621 18040 18059 E Perf : Fail to get file list tech.ula
01-28 19:28:19.621 18040 18059 E Perf : getFolderSize() : Exception_1 = java.lang.NullPointerException: Attempt to get length of null array
01-28 19:28:19.622 18040 18059 E Perf : Fail to get file list oat
01-28 19:28:19.622 18040 18059 E Perf : getFolderSize() : Exception_1 = java.lang.NullPointerException: Attempt to get length of null array
01-28 19:28:19.651 5120 10302 I PBSessionCacheImpl: Deleted sessionId[22519578334360436] from persistence.
01-28 19:28:19.660 5120 5604 W SearchServiceCore: Abort, client detached.
01-28 19:28:19.664 5120 5604 I MicroDetectionState: Should stop hotword detection immediately - false
01-28 19:28:19.696 18040 18040 W ContextImpl: Failed to ensure /data/user/0/tech.ula/shared_prefs: mkdir failed: EACCES (Permission denied)
01-28 19:28:19.698 18040 18040 E tech.ula: Invalid ID 0x00000000.
01-28 19:28:19.699 18040 18040 E tech.ula: Invalid ID 0x00000000.
01-28 19:28:19.702 18040 18040 W ContextImpl: Failed to ensure /data/user/0/tech.ula/shared_prefs: mkdir failed: EACCES (Permission denied)
01-28 19:28:19.709 18040 18040 W ContextImpl: Failed to ensure /data/user/0/tech.ula/shared_prefs: mkdir failed: EACCES (Permission denied)
01-28 19:28:19.709 18040 18040 W ContextImpl: Failed to ensure /data/user/0/tech.ula/files: mkdir failed: EACCES (Permission denied)
01-28 19:28:19.713 18040 18040 D AndroidRuntime: Shutting down VM
01-28 19:28:19.714 18040 18040 E AndroidRuntime: FATAL EXCEPTION: main
01-28 19:28:19.714 18040 18040 E AndroidRuntime: Process: tech.ula, PID: 18040
01-28 19:28:19.714 18040 18040 E AndroidRuntime: java.lang.RuntimeException: Unable to start activity ComponentInfo{tech.ula/tech.ula.MainActivity}: android.system.ErrnoException: symlink failed: EACCES (Permission denied)
01-28 19:28:19.714 18040 18040 E AndroidRuntime: at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3271)
01-28 19:28:19.714 18040 18040 E AndroidRuntime: at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3410)
01-28 19:28:19.714 18040 18040 E AndroidRuntime: at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:83)
01-28 19:28:19.714 18040 18040 E AndroidRuntime: at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
01-28 19:28:19.714 18040 18040 E AndroidRuntime: at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
01-28 19:28:19.714 18040 18040 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2017)
01-28 19:28:19.714 18040 18040 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:107)
01-28 19:28:19.714 18040 18040 E AndroidRuntime: at android.os.Looper.loop(Looper.java:214)
01-28 19:28:19.714 18040 18040 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:7403)
01-28 19:28:19.714 18040 18040 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
01-28 19:28:19.714 18040 18040 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:492)
01-28 19:28:19.714 18040 18040 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:935)
01-28 19:28:19.714 18040 18040 E AndroidRuntime: Caused by: android.system.ErrnoException: symlink failed: EACCES (Permission denied)
01-28 19:28:19.714 18040 18040 E AndroidRuntime: at libcore.io.Linux.symlink(Native Method)
01-28 19:28:19.714 18040 18040 E AndroidRuntime: at libcore.io.ForwardingOs.symlink(ForwardingOs.java:228)
01-28 19:28:19.714 18040 18040 E AndroidRuntime: at libcore.io.BlockGuardOs.symlink(BlockGuardOs.java:404)
01-28 19:28:19.714 18040 18040 E AndroidRuntime: at libcore.io.ForwardingOs.symlink(ForwardingOs.java:228)
01-28 19:28:19.714 18040 18040 E AndroidRuntime: at android.system.Os.symlink(Os.java:675)
01-28 19:28:19.714 18040 18040 E AndroidRuntime: at tech.ula.utils.Symlinker.createSymlink(UlaFiles.kt:93)
01-28 19:28:19.714 18040 18040 E AndroidRuntime: at tech.ula.utils.UlaFiles.setupLinks(UlaFiles.kt:71)
01-28 19:28:19.714 18040 18040 E AndroidRuntime: at tech.ula.utils.UlaFiles.<init>(UlaFiles.kt:32)
01-28 19:28:19.714 18040 18040 E AndroidRuntime: at tech.ula.utils.UlaFiles.<init>(UlaFiles.kt:11)
01-28 19:28:19.714 18040 18040 E AndroidRuntime: at tech.ula.MainActivity$ulaFiles$2.invoke(MainActivity.kt:63)
01-28 19:28:19.714 18040 18040 E AndroidRuntime: at tech.ula.MainActivity$ulaFiles$2.invoke(MainActivity.kt:55)
01-28 19:28:19.714 18040 18040 E AndroidRuntime: at kotlin.SynchronizedLazyImpl.getValue(LazyJVM.kt:74)
01-28 19:28:19.714 18040 18040 E AndroidRuntime: at tech.ula.MainActivity.getUlaFiles(Unknown Source:7)
01-28 19:28:19.714 18040 18040 E AndroidRuntime: at tech.ula.MainActivity.handleQWarning(MainActivity.kt:188)
01-28 19:28:19.714 18040 18040 E AndroidRuntime: at tech.ula.MainActivity.onCreate(MainActivity.kt:157)
01-28 19:28:19.714 18040 18040 E AndroidRuntime: at android.app.Activity.performCreate(Activity.java:7802)
01-28 19:28:19.714 18040 18040 E AndroidRuntime: at android.app.Activity.performCreate(Activity.java:7791)
01-28 19:28:19.714 18040 18040 E AndroidRuntime: at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1307)
01-28 19:28:19.714 18040 18040 E AndroidRuntime: at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3246)
01-28 19:28:19.714 18040 18040 E AndroidRuntime: ... 11 more
01-28 19:28:19.716 1681 18067 I DropBoxManagerService: add tag=data_app_crash isTagEnabled=true flags=0x2
01-28 19:28:19.716 1681 4896 W ActivityTaskManager: Force finishing activity tech.ula/.MainActivity
01-28 19:28:19.718 1681 4896 D ActivityTrigger: ActivityTrigger activityPauseTrigger
01-28 19:28:19.721 18040 18040 I Process : Sending signal. PID: 18040 SIG: 9
01-28 19:28:19.730 1681 3926 I ActivityManager: Process tech.ula (pid 18040) has died: fore TOP
01-28 19:28:19.730 1681 1959 I libprocessgroup: Successfully killed process cgroup uid 10226 pid 18040 in 0ms
01-28 19:28:19.731 602 602 I hwservicemanager: getTransport: Cannot find entry vendor.qti.hardware.iop@2.0::IIop/default in either framework or device manifest.
01-28 19:28:19.731 756 756 I Zygote : Process 18040 exited due to signal 9 (Killed)
01-28 19:28:19.732 602 602 E SELinux : avc: denied { find } for interface=vendor.qti.hardware.servicetracker::IServicetracker sid=u:r:system_server:s0 pid=1681 scontext=u:r:system_server:s0 tcontext=u:object_r:default_android_hwservice:s0 tclass=hwservice_manager permissive=0
01-28 19:28:19.734 602 602 I hwservicemanager: getTransport: Cannot find entry vendor.qti.hardware.iop@2.0::IIop/default in either framework or device manifest.
01-28 19:28:19.738 5120 5604 W SessionLifecycleManager: Handover failed. Creating new session controller.
01-28 19:28:19.741 836 1254 V AudioFlinger: AudioFlinger::setRecordSilenced(uid:10036, silenced:0)
01-28 19:28:19.741 1681 1957 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.stats.service.DropBoxEntryAddedReceiver
01-28 19:28:19.741 1681 1957 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver
01-28 19:28:19.741 836 1254 I AudioFlinger: create audiotrack for com.google.android.googlequicksearchbox uid 10036
01-28 19:28:19.743 5549 5549 D PredictionService: onRequestPredictionUpdate
01-28 19:28:19.743 5549 5549 D PredictionService: update predictions
01-28 19:28:19.743 5120 5604 E PBSessionCacheImpl: sessionId[22519578334360436] not persisted.
01-28 19:28:19.749 5120 18068 I PBSessionCacheImpl: Deleted sessionId[22519578334360436] from persistence.
01-28 19:28:19.752 602 602 I hwservicemanager: getTransport: Cannot find entry vendor.qti.hardware.iop@2.0::IIop/default in either framework or device manifest.
01-28 19:28:19.752 1681 15209 E ANDR-PERF-JNI: UXEngine Trigger - Returning null
01-28 19:28:19.753 1681 5781 D CompatibilityInfo: mCompatibilityFlags - 0
01-28 19:28:19.754 1681 5781 D CompatibilityInfo: applicationDensity - 480
01-28 19:28:19.754 1681 5781 D CompatibilityInfo: applicationScale - 1.0
01-28 19:28:19.754 602 602 E SELinux : avc: denied { find } for interface=vendor.qti.hardware.servicetracker::IServicetracker sid=u:r:system_server:s0 pid=1681 scontext=u:r:system_server:s0 tcontext=u:object_r:default_android_hwservice:s0 tclass=hwservice_manager permissive=0
01-28 19:28:19.760 1681 4897 D CompatibilityInfo: mCompatibilityFlags - 0
01-28 19:28:19.760 1681 4897 D CompatibilityInfo: applicationDensity - 480
01-28 19:28:19.760 1681 4897 D CompatibilityInfo: applicationScale - 1.0
01-28 19:28:19.761 602 602 E SELinux : avc: denied { find } for interface=vendor.qti.hardware.servicetracker::IServicetracker sid=u:r:system_server:s0 pid=1681 scontext=u:r:system_server:s0 tcontext=u:object_r:default_android_hwservice:s0 tclass=hwservice_manager permissive=0
01-28 19:28:19.766 602 602 E SELinux : avc: denied { find } for interface=vendor.qti.hardware.servicetracker::IServicetracker sid=u:r:system_server:s0 pid=1681 scontext=u:r:system_server:s0 tcontext=u:object_r:default_android_hwservice:s0 tclass=hwservice_manager permissive=0
01-28 19:28:19.769 1681 4897 D CompatibilityInfo: mCompatibilityFlags - 0
01-28 19:28:19.769 1681 4897 D CompatibilityInfo: applicationDensity - 480
01-28 19:28:19.769 1681 4897 D CompatibilityInfo: applicationScale - 1.0
01-28 19:28:19.769 602 602 E SELinux : avc: denied { find } for interface=vendor.qti.hardware.servicetracker::IServicetracker sid=u:r:system_server:s0 pid=1681 scontext=u:r:system_server:s0 tcontext=u:object_r:default_android_hwservice:s0 tclass=hwservice_manager permissive=0
01-28 19:28:19.776 602 602 E SELinux : avc: denied { find } for interface=vendor.qti.hardware.servicetracker::IServicetracker sid=u:r:system_server:s0 pid=1681 scontext=u:r:system_server:s0 tcontext=u:object_r:default_android_hwservice:s0 tclass=hwservice_manager permissive=0
01-28 19:28:19.782 5120 5604 I MicroDetectionState: Should stop hotword detection immediately - false
01-28 19:28:19.784 5120 5604 I MicroDetectionState: Keep running hotword in interactor process
01-28 19:28:19.785 602 602 E SELinux : avc: denied { find } for interface=vendor.qti.hardware.servicetracker::IServicetracker sid=u:r:system_server:s0 pid=1681 scontext=u:r:system_server:s0 tcontext=u:object_r:default_android_hwservice:s0 tclass=hwservice_manager permissive=0
01-28 19:28:19.799 602 602 E SELinux : avc: denied { find } for interface=vendor.qti.hardware.servicetracker::IServicetracker sid=u:r:system_server:s0 pid=1681 scontext=u:r:system_server:s0 tcontext=u:object_r:default_android_hwservice:s0 tclass=hwservice_manager permissive=0
01-28 19:28:19.800 1681 3926 D CompatibilityInfo: mCompatibilityFlags - 0
01-28 19:28:19.800 1681 3926 D CompatibilityInfo: applicationDensity - 480
01-28 19:28:19.800 1681 3926 D CompatibilityInfo: applicationScale - 1.0
01-28 19:28:19.800 602 602 E SELinux : avc: denied { find } for interface=vendor.qti.hardware.servicetracker::IServicetracker sid=u:r:system_server:s0 pid=1681 scontext=u:r:system_server:s0 tcontext=u:object_r:default_android_hwservice:s0 tclass=hwservice_manager permissive=0
01-28 19:28:19.809 602 602 E SELinux : avc: denied { find } for interface=vendor.qti.hardware.servicetracker::IServicetracker sid=u:r:system_server:s0 pid=1681 scontext=u:r:system_server:s0 tcontext=u:object_r:default_android_hwservice:s0 tclass=hwservice_manager permissive=0
01-28 19:28:19.811 1681 4906 D CompatibilityInfo: mCompatibilityFlags - 0
01-28 19:28:19.811 1681 4906 D CompatibilityInfo: applicationDensity - 480
01-28 19:28:19.811 1681 4906 D CompatibilityInfo: applicationScale - 1.0
01-28 19:28:19.812 602 602 E SELinux : avc: denied { find } for interface=vendor.qti.hardware.servicetracker::IServicetracker sid=u:r:system_server:s0 pid=1681 scontext=u:r:system_server:s0 tcontext=u:object_r:default_android_hwservice:s0 tclass=hwservice_manager permissive=0
01-28 19:28:20.217 1681 1950 W ActivityTaskManager: Activity top resumed state loss timeout for ActivityRecord{1557b7c u0 tech.ula/.MainActivity t-1 f}
01-28 19:28:19.816 602 602 I chatty : uid=1000(system) hwservicemanage identical 1 line
01-28 19:28:19.818 602 602 E SELinux : avc: denied { find } for interface=vendor.qti.hardware.servicetracker::IServicetracker sid=u:r:system_server:s0 pid=1681 scontext=u:r:system_server:s0 tcontext=u:object_r:default_android_hwservice:s0 tclass=hwservice_manager permissive=0
01-28 19:28:20.578 3983 3983 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
01-28 19:28:20.579 3983 3983 D KeyguardUpdateMonitor: handleBatteryUpdate
01-28 19:28:20.667 1681 1957 D CompatibilityInfo: mCompatibilityFlags - 0
01-28 19:28:20.667 1681 1957 D CompatibilityInfo: applicationDensity - 480
01-28 19:28:20.667 1681 1957 D CompatibilityInfo: applicationScale - 1.0
01-28 19:28:22.112 602 602 E SELinux : avc: denied { find } for interface=vendor.qti.hardware.servicetracker::IServicetracker sid=u:r:system_server:s0 pid=1681 scontext=u:r:system_server:s0 tcontext=u:object_r:default_android_hwservice:s0 tclass=hwservice_manager permissive=0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment