Initial commit
This commit is contained in:
10
app/src/main/java/com/termux/terminal/EmulatorDebug.java
Normal file
10
app/src/main/java/com/termux/terminal/EmulatorDebug.java
Normal file
@@ -0,0 +1,10 @@
|
||||
package com.termux.terminal;
|
||||
|
||||
import android.util.Log;
|
||||
|
||||
public final class EmulatorDebug {
|
||||
|
||||
/** The tag to use with {@link Log}. */
|
||||
public static final String LOG_TAG = "termux";
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user