Skip to content

Instantly share code, notes, and snippets.

Project : abi/cpp
Project : art
44fb719 ART: Allow class-loading during deopt
7d9ad8b Fix false alarm on thread suspend timeout
65370e3 Check for null class of class
72d72ef Force set resolved method for static invokes
24c846a Quick: Fix range check for intrinsic String.charAt() on x86.
c0440f6 ART: On shutdown, only warn on mutex contention
90a3359 Fix exception handling during deoptimization
2397ad7 Allow preopted apps to have sharpened calls for non-x86 architectures.
@abhivic1988
abhivic1988 / hnl.mobileConsole.js
Created November 4, 2019 07:57 — forked from c-kick/hnl.mobileConsole.js
hnl.mobileConsole.js - extends JavaScript's console to display a visual console inside the webpage. Very usefull for debugging JS on mobile devices with no real console. Info and demo: http://www.hnldesign.nl/work/code/mobileconsole-javascript-console-for-mobile-devices/
/*!
* hnl.mobileConsole - javascript mobile console - v1.3.5 - 19/4/2018
* Adds html console to webpage. Especially useful for debugging JS on mobile devices.
* Supports 'log', 'trace', 'info', 'warn', 'error', 'group', 'groupEnd', 'table', 'assert', 'clear'
* Inspired by code by jakub fiala (https://gist.github.com/jakubfiala/8fe3461ab6508f46003d)
* Licensed under the MIT license
*
* Original author: @hnldesign
* Further changes, comments: @hnldesign
* Copyright (c) 2014-2016 HN Leussink