(→Example) |
m (formatting) |
||
Line 10: | Line 10: | ||
===Print target value to log=== | ===Print target value to log=== | ||
− | ;<code>[gn:act_debug_print]|[source{n}]</code> | + | :;<code>[gn:act_debug_print]|[source{n}]</code> |
− | {| class="wikitable sortable" style="font-size: 85%; text-align: left;" | + | :{| class="wikitable sortable" style="font-size: 85%; text-align: left;" |
|- | |- | ||
! scope="col" | Parameter | ! scope="col" | Parameter | ||
! scope="col" | Description | ! scope="col" | Description | ||
|- | |- | ||
− | | [[source]]{n} | + | | <code>[[source]]{n}</code> |
| [[source]] from where the value will be printed to log | | [[source]] from where the value will be printed to log | ||
* Valid [[source|sources]]: | * Valid [[source|sources]]: | ||
Line 25: | Line 25: | ||
====Example==== | ====Example==== | ||
− | <code>@+id/txtFirstName,@variable/lastName</code> - source | + | :<code>@+id/txtFirstName,@variable/lastName</code> - source<br> |
− | <code>[gn:act_debug_print]|[@+id/txtFirstName,@variable/lastName]</code> | + | :; ⤷ <code>[gn:act_debug_print]|[@+id/txtFirstName,@variable/lastName]</code> |
<hr> | <hr> |
Revision as of 19:42, 12 July 2017
gn:act_debug_print
- Description
- Action used to print source value to logcat
- Action returns
- void
Action signatures
Print target value to log
[gn:act_debug_print]|[source{n}]
Example
@+id/txtFirstName,@variable/lastName
- source
- ⤷
[gn:act_debug_print]|[@+id/txtFirstName,@variable/lastName]
- ⤷