Hi, is there a way to use Automagic log to view text file?
Something like this:
Start activity
Action: android.intent.action.VIEW
Data uri: file:///...
Type: txt/*
Package: ch.gridvision.ppam.androidautomagic
Class: ch.gridvision.ppam.androidautomagic.????_LOG_???
Or something else?
AM Log like text viewer?
Moderator: Martin
Re: AM Log like text viewer?
From preferences check the "log to sd" option. You'll find the log file in Automagic folder in sd root.
Re: AM Log like text viewer?
This is not what I mean.
I want to use AM log interface to view text files.
I want to create a shortcut to logcat command like this:
Flow1
Trigger: Command Output
Command: logcat > /sdcard/logcat.txt
Flow2
Start activity
Action: android.intent.action.VIEW
Data uri: file:///sdcard/logcat.txt
Type: txt/*
Package: ch.gridvision.ppam.androidautomagic
Class: ch.gridvision.ppam.androidautomagic.????_LOG_???
Or, in less words, a shortcut to "Test command..." button from Command Output Trigger
I want to use AM log interface to view text files.
I want to create a shortcut to logcat command like this:
Flow1
Trigger: Command Output
Command: logcat > /sdcard/logcat.txt
Flow2
Start activity
Action: android.intent.action.VIEW
Data uri: file:///sdcard/logcat.txt
Type: txt/*
Package: ch.gridvision.ppam.androidautomagic
Class: ch.gridvision.ppam.androidautomagic.????_LOG_???
Or, in less words, a shortcut to "Test command..." button from Command Output Trigger