Skip to content

Commit

Permalink
docs: added log instrumentation methods for android.
Browse files Browse the repository at this point in the history
  • Loading branch information
ndesai-newrelic committed Sep 19, 2024
1 parent c4b3eba commit 6c58206
Showing 1 changed file with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,20 @@ Automatic instrumentation is one of the Android agent's more convenient features
* `toString`
</td>
</tr>
<tr>
<td>
`Log`
</td>
<td>
* `d` // debug
* `w` // warning
* `i` // info
* `v` // verbose
* `e` // error
</td>
</tr>
</tbody>
</table>
Expand Down

0 comments on commit 6c58206

Please sign in to comment.