mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-07-26 14:32:28 +00:00
ref: rename files
This commit is contained in:
parent
1b4d08bbba
commit
d6a0d2da52
23 changed files with 7 additions and 7 deletions
|
|
@ -51,7 +51,7 @@
|
|||
android:grantUriPermissions="true">
|
||||
<meta-data
|
||||
android:name="android.support.FILE_PROVIDER_PATHS"
|
||||
android:resource="@xml/nuvio_file_paths" />
|
||||
android:resource="@xml/file_paths" />
|
||||
</provider>
|
||||
</application>
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
# level. Press C to clear all logs on screen. Press Q to quit.
|
||||
#
|
||||
# Usage:
|
||||
# ./scripts/nuvio_debug_logs.sh [options]
|
||||
# ./scripts/debug_logs.sh [options]
|
||||
#
|
||||
# Options:
|
||||
# -s, --serial <id> ADB device serial (optional, for multi-device)
|
||||
|
|
@ -53,7 +53,7 @@ CLR_HOTKEY='\033[38;5;220m'
|
|||
# ── Helpers ──────────────────────────────────────────────────────────────────
|
||||
usage() {
|
||||
cat <<'EOF'
|
||||
Usage: ./scripts/nuvio_debug_logs.sh [options]
|
||||
Usage: ./scripts/debug_logs.sh [options]
|
||||
|
||||
Stream live colour-coded ADB logs for Nuvio debug builds.
|
||||
|
||||
|
|
@ -68,10 +68,10 @@ Hotkeys (while running):
|
|||
Q Quit the log viewer
|
||||
|
||||
Examples:
|
||||
./scripts/nuvio_debug_logs.sh
|
||||
./scripts/nuvio_debug_logs.sh --serial emulator-5554
|
||||
./scripts/nuvio_debug_logs.sh --tag 'MetaDetailsRepo|SeriesContent'
|
||||
./scripts/nuvio_debug_logs.sh --clear --tag 'Sync|Auth'
|
||||
./scripts/debug_logs.sh
|
||||
./scripts/debug_logs.sh --serial emulator-5554
|
||||
./scripts/debug_logs.sh --tag 'MetaDetailsRepo|SeriesContent'
|
||||
./scripts/debug_logs.sh --clear --tag 'Sync|Auth'
|
||||
EOF
|
||||
}
|
||||
|
||||
Loading…
Reference in a new issue