Page 1 of 1

AM Log like text viewer?

Posted: 19 Feb 2014 01:16
by colabi
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?

Re: AM Log like text viewer?

Posted: 19 Feb 2014 01:45
by MURTUMA
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?

Posted: 19 Feb 2014 11:53
by colabi
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