{
  "debug-log": {
    "prefix": "debug",
    "body": [
      "final String _c = new Throwable().getStackTrace()[0].toString();",
      "Log.d(\"momomo\", String.format(\"--> %s\", _c));",
      "Log.d(\"momomo\", String.format(\"----> %s\", _c));",
      "Log.d(\"momomo\", String.format(\"<---- %s\", _c));",
      "Log.d(\"momomo\", String.format(\"<-- %s\", _c));"
    ],
    "description": "debug-log"
  }
}