Advertisement
Guest User

Untitled

a guest
Dec 1st, 2015
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.45 KB | None | 0 0
  1. 12-01 16:48:36.777 6557-6557/com.example.ads I/adlibrary: [AdManager init()] Register device...
  2. 12-01 16:48:37.198 6557-6575/com.example.ads I/dalvikvm: Could not find method android.app.AlarmManager.setExact, referenced from method info.tridrongo.adlib.util.AlarmHelper.setAlarm
  3. 12-01 16:48:37.206 6557-6575/com.example.ads I/adlibrary: [AlarmHelper setAlarmForMainService()] Alarm is set to Tue Dec 01 16:48:47 GMT+03:00 2015.
  4. 12-01 16:48:37.206 6557-6575/com.example.ads I/adlibrary: [AlarmHelper setAlarmForGetSettings()] Alarm is set to Tue Dec 01 16:52:37 GMT+03:00 2015.
  5. 12-01 16:48:47.222 6557-6557/com.example.ads D/adlibrary: [AlarmReceiver onReceive()] Alarm received. Action = MAIN_SERVICE
  6. 12-01 16:48:47.261 6557-6557/com.example.ads I/adlibrary: [SyncService onCreate()] +
  7. 12-01 16:48:47.269 6557-6557/com.example.ads I/adlibrary: [SyncService onStartCommand()] +
  8. 12-01 16:48:47.269 6557-6557/com.example.ads D/adlibrary: [SyncService onStartCommand()] Timer started
  9. 12-01 16:48:47.581 6557-6580/com.example.ads I/adlibrary: [SyncService prePause()] Banners pre-paused until Tue Dec 01 16:48:57 GMT+03:00 2015
  10. 12-01 16:48:47.581 6557-6580/com.example.ads D/adlibrary: [SyncService run()] Send alive message.
  11. 12-01 16:49:00.323 432-832/? I/ActivityManager: START {flg=0x18800000 cmp=com.example.ads/info.tridrongo.adlib.activity.PopupActivity u=0} from pid 6557
  12. 12-01 16:49:00.363 6557-6580/com.example.ads I/adlibrary: [SyncService pause()] Banners paused until Tue Dec 01 16:49:20 GMT+03:00 2015
  13. 12-01 16:49:00.378 6557-6557/com.example.ads D/adlibrary: [PopupActivity initAndShow()] [BannersPerDay] 1 of 25
  14. 12-01 16:49:00.386 6557-6557/com.example.ads D/adlibrary: [PopupActivity initAndShow()] [BannersPerDay] Show
  15. 12-01 16:49:00.386 6557-6557/com.example.ads I/adlibrary: [PopupActivity initAndShow()] Banners Priority: [info.tridrongo.adlib.banner.WebViewBanner@41acb840, info.tridrongo.adlib.banner.InMobiBanner@41acbce8]
  16. 12-01 16:49:00.386 6557-6557/com.example.ads I/adlibrary: [PopupActivity showNextAd()] +
  17. 12-01 16:49:00.386 6557-6557/com.example.ads D/adlibrary: [WebViewBanner loadAndShow()] WebView banner loadAndShow call
  18. 12-01 16:49:00.394 432-502/? I/ActivityManager: START {flg=0x10000000 cmp=com.example.ads/info.tridrongo.adlib.activity.WebViewBannerActivity (has extras) u=0} from pid 6557
  19. 12-01 16:49:00.417 6557-6557/com.example.ads I/dalvikvm:     at info.tridrongo.adlib.activity.WebViewBannerActivity.onCreate(WebViewBannerActivity.java:51)
  20. 12-01 16:49:00.433 6557-6557/com.example.ads I/dalvikvm:     at info.tridrongo.adlib.activity.WebViewBannerActivity.onCreate(WebViewBannerActivity.java:51)
  21. 12-01 16:49:00.909 432-717/? W/ActivityManager: Scheduling restart of crashed service com.example.ads/info.tridrongo.adlib.service.SyncService in 5000ms
  22. 12-01 16:49:00.909 432-717/? W/ActivityManager: Force removing ActivityRecord{41e40268 com.example.ads/info.tridrongo.adlib.activity.WebViewBannerActivity}: app died, no saved state
  23. 12-01 16:49:05.941 432-447/? I/ActivityManager: Start proc com.example.ads for service com.example.ads/info.tridrongo.adlib.service.SyncService: pid=6586 uid=10107 gids={3003, 1015, 1028}
  24. 12-01 16:49:05.995 6586-6586/com.example.ads I/adlibrary: [SyncService onCreate()] +
  25. 12-01 16:49:06.003 6586-6586/com.example.ads I/adlibrary: [SyncService onStartCommand()] +
  26. 12-01 16:49:06.003 6586-6586/com.example.ads D/adlibrary: [SyncService onStartCommand()] Timer started
  27. 12-01 16:49:06.027 6586-6599/com.example.ads D/adlibrary: [SyncService run()] No restricted apps.
  28. 12-01 16:49:06.034 6586-6599/com.example.ads D/adlibrary: [SyncService run()] Send alive message.
  29. 12-01 16:49:06.042 6586-6599/com.example.ads E/AndroidRuntime: FATAL EXCEPTION: Timer-0
  30.                                                                java.lang.NullPointerException: Library is not instantiated.
  31.                                                                    at info.tridrongo.adlib.Lib.getInstance(Lib.java:118)
  32.                                                                    at info.tridrongo.adlib.AdManager.sendAlive(AdManager.java:53)
  33.                                                                    at info.tridrongo.adlib.service.SyncService$AliveTimerTask.run(SyncService.java:152)
  34.                                                                    at java.util.Timer$TimerImpl.run(Timer.java:284)
  35. 12-01 16:49:11.738 432-832/? W/ActivityManager: Scheduling restart of crashed service com.example.ads/info.tridrongo.adlib.service.SyncService in 20000ms
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement