[android-porting] Getting boot/startup messages

2018-06-20 Thread Mordy Shahar
Hi all, I'm trying to add a service and build for pixel2 with may security patch. After flashing the device display momentarily the Google screen then reboots into fastboot again. Is there a way to get some logs of what went wrong? are they persist somewhere? adb wait-for-device && adb

[android-porting] Re: Calling a class in a .jar library from a system level service

2018-06-20 Thread Renjith Rajagopal
Have you tried making it as PlatformLibrary ? https://android.googlesource.com/platform/vendor/sample/+/acd7c6b02a14e8694d0dced56ea37e79707fba1e/frameworks/PlatformLibrary/README.txt On Friday, January 19, 2018 at 9:58:25 PM UTC+1, Drunczyk wrote: > > Hello, > > I have a service added into the