loonuae / android-openvpn-settings

Automatically exported from code.google.com/p/android-openvpn-settings
0 stars 0 forks source link

NPE in Shell.joinLoggers #112

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
if pb.start() throws an IOException the stdout and stderr logger threads will 
not be initialized. A call to joinLoggers will then throw an NPE.

In case of a failed program start onExecuteFailed() should be called and not 
onCmdTerminated()

Original issue reported on code.google.com by friedrich.schaeuffelhut on 24 Jan 2012 at 9:16

GoogleCodeExporter commented 8 years ago

Original comment by friedrich.schaeuffelhut on 27 Jan 2012 at 8:32