This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
ROBLOX_DIR="$HOME/Library/Roblox" | |
CLIENT_SETTINGS="$ROBLOX_DIR/ClientSettings" | |
IXP_FILE="$CLIENT_SETTINGS/IxpSettings.json" | |
XML_FILE="$ROBLOX_DIR/GlobalBasicSettings_13.xml" | |
# Remove custom ClientSettings directory if it only contains IxpSettings.json | |
if [ -d "$CLIENT_SETTINGS" ]; then | |
if [ -f "$IXP_FILE" ]; then |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--------- beginning of kernel | |
08-30 19:34:58.271 0 0 W healthd : battery l=95 v=4189 t=33.2 h=2 st=4 c=-1026854 fc=3859000 cc=71 chg=u | |
--------- beginning of main | |
08-30 19:34:59.217 5506 5506 E AppProcessKiller: current battery=95 | |
08-30 19:34:59.219 3987 4453 W OsSdk : Requested historical tracking state too far in the past; oldest: 20205.144045s, requested: 19939.466287s | |
08-30 19:34:58.294 0 0 I logd : logdr: UID=2000 GID=2000 PID=20759 b tail=0 logMask=10099 pid=0 start=0ns deadline=0ns | |
08-30 19:34:59.245 1113 20626 I MRSS : MIXEDREALITY: MrRuntimeCompute: dispatchFrameset : (every 5 seconds). Camera: ON, VisionInterfaceTelemetry: ON, IntrusionDetection: OFF, Playspace: OFF, Depth: ON, Passthrough: ON | |
08-30 19:34:59.375 1055 19600 E FrameEvents: applyDelta: Bad index. | |
08-30 19:34:59.375 1055 19600 E FrameEvents: updateAcquireFence: Did not find frame. | |
08-30 19:34:59.416 1055 19600 E FrameEvents: applyDelta: Bad index. |