Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
ec80d901b9bae2a8b9f2331db4b3fd7a64d784fb
/
.
/
experimental
/
canvaskit
/
debug.js
blob: 5cd9a4a09ec15375a2377b017c543b01c71c5d21 [
file
] [
log
] [
blame
]
Kevin Lubick
6fccc9d
2018-11-20 15:55:10 -0500
[
diff
] [
blame
]
1
function
SkDebug
(
msg
)
{
2
console
.
warn
(
msg
);
3
}