Skip to content

Instantly share code, notes, and snippets.

@zallanx
Created June 24, 2020 20:42
Show Gist options
  • Save zallanx/25fd56909364214c69ef833319e5cdda to your computer and use it in GitHub Desktop.
Save zallanx/25fd56909364214c69ef833319e5cdda to your computer and use it in GitHub Desktop.
//HANG
2020-06-24 22:37:45.446 12976-12976/? E/libc: Access denied finding property "persist.vendor.sys.activitylog"
2020-06-24 22:37:45.653 12976-13009/com.umusic.sleep E/libc: Access denied finding property "persist.vendor.log.tel_dbg"
2020-06-24 22:37:45.846 12976-13022/com.umusic.sleep E/gralloc: Arm Module v1.0
2020-06-24 22:37:45.847 12976-13022/com.umusic.sleep E/ion: ioctl c0044901 failed with code -1: Invalid argument
//NOT HANG
2020-06-24 22:40:43.481 14218-14258/com.umusic.sleep E/libc: Access denied finding property "persist.vendor.log.tel_dbg"
2020-06-24 22:40:43.658 14218-14269/com.umusic.sleep E/gralloc: Arm Module v1.0
2020-06-24 22:40:43.659 14218-14269/com.umusic.sleep E/ion: ioctl c0044901 failed with code -1: Invalid argument
@zallanx
Copy link
Author

zallanx commented Jun 24, 2020

With warn & error. This version HANGS

2020-06-24 22:46:12.329 14729-14729/? W/main: type=1400 audit(0.0:4785391): avc: denied { dac_read_search } for capability=2 scontext=u:r:zygote:s0 tcontext=u:r:zygote:s0 tclass=capability permissive=0
2020-06-24 22:46:12.376 14729-14729/? E/libc: Access denied finding property "persist.vendor.sys.activitylog"
2020-06-24 22:46:12.373 14729-14729/? W/re-initialized>: type=1400 audit(0.0:4785392): avc: denied { read } for name="u:object_r:mtk_amslog_prop:s0" dev="tmpfs" ino=12812 scontext=u:r:untrusted_app:s0:c237,c256,c512,c768 tcontext=u:object_r:mtk_amslog_prop:s0 tclass=file permissive=0
2020-06-24 22:46:12.514 14729-14729/com.umusic.sleep W/Adjust: PRODUCTION: Adjust is running in Production mode. Use this setting only for the build that you want to publish. Set the environment to `sandbox` if you want to test your app!
2020-06-24 22:46:12.516 14729-14729/com.umusic.sleep W/Adjust: PRODUCTION: Adjust is running in Production mode. Use this setting only for the build that you want to publish. Set the environment to `sandbox` if you want to test your app!
2020-06-24 22:46:12.567 14729-14762/com.umusic.sleep E/libc: Access denied finding property "persist.vendor.log.tel_dbg"
2020-06-24 22:46:12.571 14729-14762/com.umusic.sleep W/System: ClassLoader referenced unknown path: system/framework/mediatek-cta.jar
2020-06-24 22:46:12.573 14729-14762/com.umusic.sleep W/System: ClassLoader referenced unknown path: system/framework/mediatek-cta.jar
2020-06-24 22:46:12.595 14729-14729/com.umusic.sleep W/om.umusic.slee: Accessing hidden method Landroid/view/View;->computeFitSystemWindows(Landroid/graphics/Rect;Landroid/graphics/Rect;)Z (light greylist, reflection)
2020-06-24 22:46:12.596 14729-14729/com.umusic.sleep W/om.umusic.slee: Accessing hidden method Landroid/view/ViewGroup;->makeOptionalFitsSystemWindows()V (light greylist, reflection)
2020-06-24 22:46:12.756 14729-14773/com.umusic.sleep E/gralloc: Arm Module v1.0
2020-06-24 22:46:12.758 14729-14773/com.umusic.sleep E/ion: ioctl c0044901 failed with code -1: Invalid argument```

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment