Loading cmds/uinput/src/com/android/commands/uinput/Device.java +2 −0 Original line number Diff line number Diff line Loading @@ -172,8 +172,10 @@ public class Device { RuntimeException ex = new RuntimeException( "Could not create uinput device \"" + name + "\""); Log.e(TAG, "Couldn't create uinput device, exiting.", ex); args.recycle(); throw ex; } args.recycle(); break; case MSG_INJECT_EVENT: if (mPtr != 0) { Loading Loading
cmds/uinput/src/com/android/commands/uinput/Device.java +2 −0 Original line number Diff line number Diff line Loading @@ -172,8 +172,10 @@ public class Device { RuntimeException ex = new RuntimeException( "Could not create uinput device \"" + name + "\""); Log.e(TAG, "Couldn't create uinput device, exiting.", ex); args.recycle(); throw ex; } args.recycle(); break; case MSG_INJECT_EVENT: if (mPtr != 0) { Loading