Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
8bbf753a021dee09eaa83c0d85f3df36c57d0b51
/
.
/
modules
/
canvaskit
/
debug.js
blob: 8121414b91d7ae5d06f56a9f703326cc2b78219e [
file
] [
log
] [
blame
]
Kevin Lubick
6fccc9d
2018-11-20 15:55:10 -0500
[
diff
] [
blame
]
1
function
SkDebug
(
msg
)
{
2
console
.
warn
(
msg
);
Nathaniel Nifong
77798b4
2020-02-21 17:15:22 -0500
[
diff
] [
blame
]
3
}
4
/** @const */
var
skIsDebug
=
true
;