FHellmann / Uniatron

This project is part of the course Mobile Application Development at the University of Augsburg
https://play.google.com/store/apps/details?id=com.edu.uni.augsburg.uniatron
Apache License 2.0
0 stars 3 forks source link

ApptrackingService NullPointerException #62

Closed leonpoint closed 6 years ago

leonpoint commented 6 years ago

function blockByLearningAid throws NullPointerException

07-01 23:44:26.223 10066-10066/? E/AndroidRuntime: FATAL EXCEPTION: main Process: com.edu.uni.augsburg.uniatron, PID: 10066 java.lang.NullPointerException: Attempt to invoke virtual method 'long java.lang.Long.longValue()' on a null object reference at com.edu.uni.augsburg.uniatron.service.AppTrackingService.blockByLearningAid(AppTrackingService.java:225) at com.edu.uni.augsburg.uniatron.service.AppTrackingService.delegateAppUsage(AppTrackingService.java:184)

FHellmann commented 6 years ago

Outdated to the master branch