if (!args.android) {
            let msg = args.toString();
            try {
              msg = stringify(args);
            } catch (ignored) {