How to use the jnitrace.jnitrace.ColorManager function in jnitrace

To help you get started, we’ve selected a few jnitrace examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github chame1eon / jnitrace / jnitrace / jnitrace.py View on Github external
def __init__(self, _config, _buffer_output):
        self._config = _config
        self._buffer_output = _buffer_output

        self._current_ts = None
        self._color_manager = ColorManager()
        self._output_buffer = []
        self._is_64b = False

jnitrace

A tool for tracing use of the JNI in Android apps

MIT
Latest version published 1 year ago

Package Health Score

50 / 100
Full package analysis

Similar packages