mirror of
https://github.com/topjohnwu/Magisk.git
synced 2026-07-03 14:08:39 +02:00
6 lines
171 B
Java
6 lines
171 B
Java
package com.topjohnwu.magisk.ui;
|
|
|
|
public class LogFragment extends android.support.v4.app.Fragment {
|
|
// private static final String MAGISK_LOG = "/cache/magisk.log";
|
|
}
|