Random app crashes on Android Wear 5.0.X Random app crashes on Android Wear 5.0.X android android

Random app crashes on Android Wear 5.0.X


The bug was fixed in Android Wear 5.1.1.


I don't think this is a memory leak. You would recognize those with OutOfMemoryExceptions or garbage collector dumps in case the collector spends more than 3 seconds 'collecting'.

In this case, your log states that the app crashes because you pause or stop an activity that was not resumed. Are you by accident calling onPause or onStop yourself ?