AM Log like text viewer?

Post your questions and help other users.

Moderator: Martin

Post Reply
colabi
Posts: 134
Joined: 06 Jan 2013 22:33

AM Log like text viewer?

Post by colabi » 19 Feb 2014 01:16

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?

User avatar
MURTUMA
Posts: 697
Joined: 05 Mar 2013 22:43

Re: AM Log like text viewer?

Post by MURTUMA » 19 Feb 2014 01:45

From preferences check the "log to sd" option. You'll find the log file in Automagic folder in sd root.

colabi
Posts: 134
Joined: 06 Jan 2013 22:33

Re: AM Log like text viewer?

Post by colabi » 19 Feb 2014 11:53

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

Post Reply