1

First off, this has never happened before on any other android device I've used (multiple devices have been tried and tested before this). Now I have an app that I have worked on for a little over a year now, it is called AutomatedId (on the app store) and it has worked quite well for my company for quite some time. Recently I have been given a device to add compatibility to the app (specifically for reading UHF tags) but that isn't the problem. The problem comes whenever you open the app, the screen stops reading inputs completely, as well as buttons cease to function. I turned on developer options to see the screen inputs and as i suspected, it completely stops and does not read any of the inputs after the app is opened. Clicks don't work, buttons don't work, keyboard doesn't open, hardware buttons on the device stop working. It's a mess, does anyone know what could have caused this?

This is a S98 from here: http://www.wepoy.com/product_view_18.html

4

1 回答 1

1

moved my comment to the answer as you said. This may be due to memory leak. Here are some references that may help you fix them: Fixing-Memory-Leaks-in-Android-Studio & use this library from square to detect memory leaks early: leakcanary

于 2016-07-22T01:02:13.887 回答