Package jadx.gui.device.debugger
Class LogcatController
- java.lang.Object
-
- jadx.gui.device.debugger.LogcatController
-
public class LogcatController extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classLogcatController.LogcatFilterclassLogcatController.LogcatInfo
-
Constructor Summary
Constructors Constructor Description LogcatController(LogcatPanel logcatPanel, ADBDevice adbDevice)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclearEvents()voidclearLogcat()voidexit()LogcatController.LogcatFiltergetFilter()java.lang.StringgetStatus()booleanreload()voidstartLogcat()voidstopLogcat()
-
-
-
Constructor Detail
-
LogcatController
public LogcatController(LogcatPanel logcatPanel, ADBDevice adbDevice) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Method Detail
-
startLogcat
public void startLogcat()
-
stopLogcat
public void stopLogcat()
-
getStatus
public java.lang.String getStatus()
-
clearLogcat
public void clearLogcat()
-
reload
public boolean reload()
-
clearEvents
public void clearEvents()
-
exit
public void exit()
-
getFilter
public LogcatController.LogcatFilter getFilter()
-
-