LiquidCore icon indicating copy to clipboard operation
LiquidCore copied to clipboard

Android: MicroService fails to run in case of bundle release build for playmarket

Open boby1975 opened this issue 5 years ago • 0 comments

Hi I have found that microservice doesn't run in case of bundle release build even with "minifyEnabled false", "shrinkResources false" in build.gradle file. But in case of debug build all is OK.

Does anybody know why and how to fix this? Thanks

Some info from Logcat 2020-09-15 11:50:24.668 15168-15168/? D/OpenMailActivity: Try launchMicroService 2020-09-15 11:50:24.700 15168-15168/? W/nodejs: type=1400 audit(0.0:3718): avc: denied { ioctl } for path="/sys/kernel/debug/tracing/trace_marker" dev="tracefs" ino=29 ioctlcmd=0x5451 scontext=u:r:untrusted_app:s0:c156,c256,c512,c768 tcontext=u:object_r:debugfs_trace_marker:s0 tclass=file permissive=0

boby1975 avatar Sep 14 '20 08:09 boby1975