惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

D
DataBreaches.Net
MongoDB | Blog
MongoDB | Blog
GbyAI
GbyAI
L
LangChain Blog
B
Blog
博客园 - 三生石上(FineUI控件)
Martin Fowler
Martin Fowler
博客园 - 【当耐特】
Recent Announcements
Recent Announcements
P
Proofpoint News Feed
U
Unit 42
Last Week in AI
Last Week in AI
WordPress大学
WordPress大学
有赞技术团队
有赞技术团队
雷峰网
雷峰网
Microsoft Security Blog
Microsoft Security Blog
T
The Blog of Author Tim Ferriss
爱范儿
爱范儿
小众软件
小众软件
I
InfoQ
G
Google Developers Blog
大猫的无限游戏
大猫的无限游戏
人人都是产品经理
人人都是产品经理
C
Check Point Blog

V2EX

我用 AI 写代码,但终端管理反而成了累赘——于是我做了 codux [调研] 各位在公司都用什么 ide 和 agent 写代码? 老运维 share 一个运维平台 新电脑 brew install node 之后,一个小设置可以提升对供应链投毒的防御 GLM-Coding 调用持续报错: z.ai 的 Lite 套餐几乎无法使用,官方 Pro/Max 是否稳定? 上海漕河泾内推,本组有 2 个 hc,一个后端,一个前端,预算都是 20k 左右,不打卡,氛围好 如果 V2EX 上有一组不永久保存聊天记录(比如只保存 7 天或者 24 小时)的聊天室,那么会开启哪些有用或者有趣的可能? gemini cli 貌似挂了,一直返回 403 第一次在自媒体上赚到钱 收集了最近在使用的低价 GPT, Gemini,邮箱等 AI 会员的小店合集 讨论个大实话:现在企业还在说 AI 编程提效 20%, 30%的,真的太落后,没用懂 AI。因为包括很多前沿公司,已经狂奔到提效 200%-500%的情况 [招聘][远程][币安] 前端/后端/QA/iOS/Android 至少 3 年以上经验 目前有大量 HC 欢迎投递 Chatgpt Pro 用量用不完的可以开这些设置 面试的时候好像遇到钓鱼了,给各位避个坑 cursor 年续费 22 号到期, 自动续费是否还是老的计次套餐呢 被两件破事毁掉的一下午,琐碎的内耗消磨人的精力 使用 Planet 存储 Codex 的会话或者重要信息 如果业务部门领导不要你开发功能,而是要求你教会它用 claude code 开发功能,你会怎么做? 分享一个 MacOS 接绿联 CM818 USB 转 DP 转接器使用感受 我的 HR 朋友 10 年老 Java ,非全大专,大家帮忙看看简历 开源了一个 AI 口语练习工具,音素级发音评分,完全免费可自部署 V2EX 上有哪些你觉得很有趣、印象深刻的妹纸? 字节为啥不出个国内版 Vercel? 有在大马的朋友吗? 问个运营商问题 你们在有领导的公司大群发过的最大胆的消息是什么 公司裁员,目前没有工作。想试试摆摊,做一个移动鲜啤打酒车 我的硬盘 Memblaze Pblaze 5 Linux 下不识别,给 Linux 内核提交了补丁, AI 说有望被合并 只有我一个人觉得 codex 不好用? 做了个 AI + 真人专家监督的广告投放平台 Auxora, 7 个品牌跑出 6x ROAS
三星手机,隔几天会弹出一个广告,我用 logcat 看了看可能是...
lynnharry · 2026-06-21 · via V2EX

广告样式:屏幕上方长方形,简单白底,黑字,内容:天天开红包,最高 26888 元。点开是淘宝 APP 。

我系统设置淘宝是“限制”模式,平时不会在后台,我基本没怀疑过淘宝。今天记录了一下 logcat ,出广告的时间在 20 分钟前,只有 main 这部分 log 保留了,用 AI 分析了一下,初步结论是三星自带的提醒 APP ,我问了下这个 APP 具体干什么了,AI 的回答如下:

17:09:10 — The app is already running in background with two processes (main PID 3071, reminder service PID 27976). Samsung's FreecessController tries to freeze it but can't because it's using the accessibility service. 17:09:52-56 — I/O activity ramps up from 60 KB → 136 KB reads — it's starting to prepare content.

17:10:00.166 — Trigger: The system sends a scheduled job broadcast to sreminder: act=com.samsung.android.app.sreminder.cardproviders.common.servicejob dat=sreminder://...servicejob This is the system telling the app "time to check your scheduled reminders."

17:10:00.700-713 — The app registers a back button handler and creates a window surface ($_3071).

17:10:00.776-784 — Window finishes drawing and is shown on screen as a TYPE_APPLICATION_OVERLAY (type 2038). This is a floating overlay window that appears above all other apps — including Xiaohongshu. The window comes in with an appear animation.

17:10:00.815 — I/O spikes to 3276 KB read (loading reminder card data).

17:10:01.021 — Appear animation finishes, window surface is reparented back.

17:10:03.702-724 — Back callback removed, window is removed with an exit animation.

17:10:03.971 — Window fully gone. Total screen time: about 3 seconds of animation (brief visible overlay).

17:10:13.501 — Reminder service process killed by memory pressure.

17:10:21.489 — A new reminder service restarts for content provider access.

17:10:39.252 — Another CHECK_CONDITION broadcast fires — periodic background check.

我平时会用提醒这个 APP ,但我可以确定当时我没有设置任何提醒,该 APP 当时也没给我弹出任何正规的提醒,只有这个广告。