Walrus icon indicating copy to clipboard operation
Walrus copied to clipboard

Device reliability testing

Open megabug opened this issue 8 years ago • 2 comments

Try removing devices while in use, etc. Ensure things go well

megabug avatar Feb 17 '18 04:02 megabug

Make sure timeouts are enforced/enabled in all device transactions (incl Proxmark3 read!)

megabug avatar Mar 02 '18 07:03 megabug

App crashes if you remove a device during bulk read and stop bulk read action.

03-06 23:20:59.869 24383-24643/com.bugfuzz.android.projectwalrus E/AndroidRuntime: FATAL EXCEPTION: Thread-26 Process: com.bugfuzz.android.projectwalrus, PID: 24383 java.lang.NullPointerException: Attempt to invoke virtual method 'void com.felhr.usbserial.UsbSerialDevice.write(byte[])' on a null object reference at com.bugfuzz.android.projectwalrus.device.UsbSerialCardDevice.send(UsbSerialCardDevice.java:94) at com.bugfuzz.android.projectwalrus.device.proxmark3.Proxmark3Device.access$500(Proxmark3Device.java:35) at com.bugfuzz.android.projectwalrus.device.proxmark3.Proxmark3Device$1.run(Proxmark3Device.java:150) at java.lang.Thread.run(Thread.java:764)

dunderhay avatar Mar 06 '18 10:03 dunderhay