Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Logging

Trevor edited this page Jan 3, 2023 · 3 revisions

Realtime Logging

  • Normal:
    • adb logcat -v time MelonLoader:D CRASH:D Mono:W mono:D mono-rt:D Zygote:D A64_HOOK:V DEBUG:D Binder:D AndroidRuntime:D *:S
  • Verbose:
    • adb logcat -v time MelonLoader:D CRASH:D Mono:D mono:D mono-rt:D Zygote:D A64_HOOK:V DEBUG:D funchook:D Unity:D Binder:D AndroidRuntime:D *:S

File Logging

  • Log files are located in /sdcard/Android/data/<package name>/files/melonloader/etc/Logs
  • Latest.log (from the latest start of the game) is located at /sdcard/Android/data/<package name>/files/melonloader/etc/Latest.log