Application stopped (proc killed) ActivityManager immediately after launching, only on Lollipop (Samsung GALAXY Note III)

Lollipop is running on the Samsung GALAXY Note III and my app process stops without crashing right after starting it.

  • Samsung GALAXY Note III only, Lollipop only.
  • The other phone that Lollipop runs on is fine.
  • Samsung GALAXY Note III runs KitKat fine.

My app uses AIDL to provide services to other apps.

07-27 15:36:24.494: I/libpersona(15754): KNOX_SDCARD checking this for 10325 07-27 15:36:24.494: I/libpersona(15754): KNOX_SDCARD not a persona 07-27 15:36:24.524: I/SELinux(15754): Function: selinux_compare_spd_ram , priority [2] , priority version is VE=SEPF_SM-N9008V_5.0_0017 07-27 15:36:24.534: I/ActivityManager(1058): Start proc com.hixxx.ixxx for service com.hixxx.ixxx/.util.RemoteService: pid=15754 uid=10325 gids={50325, 9997, 1028, 1015, 3003} abi=armeabi 07-27 15:36:24.574: D/ResourcesManager(1653): creating new AssetManager and set to /data/app/com.hixxx.ixxx-1/base.apk 07-27 15:36:24.584: I/System.out(15427): =========invoked================ 07-27 15:36:24.594: V/ApplicationPolicy(1058): isApplicationStateBlocked userId 0 pkgname com.hixxx.ixxx 07-27 15:36:24.594: I/ActivityManager(1058): Force stopping com.hixxx.ixxx appid=10325 user=0: from pid 1058 07-27 15:36:24.594: I/ActivityManager(1058): Killing 15754:com.hixxx.ixxx/u0a325 (adj -100): stop com.hixxx.ixxx 07-27 15:36:24.704: I/ActivityManager(1058): Force stopping service ServiceRecord{29add888 u0 com.hixxx.ixxx/.util.RemoteService}

+3


source to share





All Articles